home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr35 / validt10.zip / VIEW.BAT < prev    next >
DOS Batch File  |  1995-03-01  |  314b  |  17 lines

  1. @ECHO OFF
  2. ECHO OFF
  3.  
  4.   IF (%1) == () START
  5.   IF EXIST %1 GOTO EOCKFILE
  6.   CLS
  7.   ECHO The file %1 was not found.  Please contact Pinnacle at 
  8.   ECHO 514-345-9578 to find out how you can obtain the complete package.
  9.   ECHO  
  10.   PAUSE
  11.   GOTO QUIT
  12. :EOCKFILE
  13.   SEE %1
  14.  
  15. :QUIT
  16.   IF NOT (%2) == () START @ %2
  17.